ks_services/ImportWebService.asmx
The ks_services/ImportWebService.asmx setting allows you to restrict users from using the ImportWebService feature.
Attribute |
Use |
---|---|
authorization |
Enables you to allow or deny users from using the ImportWebService feature. |
Example Usage
<location path="ks_services/ImportWebService.asmx"> <system.web> <authorization> <deny users="*" /> </authorization> </system.web> </location>